The SMTP server that you specify during installation of iMIS is written to the web.config files for each iMIS application installed during that session. If you need to change SMTP server settings after iMIS has been installed, you must manually edit the respective web.config files to specify the new SMTP server.
To change SMTP server settings
1. Modify the web.config files for all instances of your iMIS and iMISpublic applications to specify the domain name of the SMTP server to use for each.
□ On each appserver host, open the web.config files for each iMIS application.
■ iMIS default location: C:\Program Files\ASI\iMIS\net
■ iMISpublic default location: C:\Program Files\ASI\iMIS\iMIS_public
□ In each web.config file, search for the <network> element declaration and modify the value of the host attribute to specify the domain name of your organization's SMTP server. For example <network host="mysmtpsrv.myorg.org"…
Note: In the <network> element declaration, you can also specify port and authentication information for your SMTP server to ensure that iMIS can find and log onto to the SMTP server in your environment. For details, refer to your Microsoft ASP.NET documentation.
2. Restart each appserver on which you modified the web.config file.